vendor/golang.org/x/net/http2/hpack.headerFieldTable.byName (field)
7 uses
vendor/golang.org/x/net/http2/hpack (current package)
static_table.go#L8: byName: map[string]uint64{
tables.go#L34: byName map[string]uint64
tables.go#L46: t.byName = make(map[string]uint64)
tables.go#L58: t.byName[f.Name] = id
tables.go#L71: if t.byName[f.Name] == id {
tables.go#L72: delete(t.byName, f.Name)
tables.go#L108: if id := t.byName[f.Name]; id != 0 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |